.

Motion.AmpEnable

Attempts to enable the amplifiers of all axes associated with the Motion object by calling the AmpEnable method on all associated axes.

Version History

Introduced in MPX 2.0.

Result

Void

Visual Basic

Syntax

Sub AmpEnable()

Sample Code

 
Sub ClearFaultsAndReenableAmplifiers(motion As Mpx.Motion)
    motion.FaultsClear()
    motion.AmpEnable()
End Sub


Sample Application

Motion1

C#

Syntax

void AmpEnable();

Sample Code

 
void ClearFaultsAndReenableAmplifiers(Mpx.Motion motion)
{
    motion.FaultsClear();
    motion.AmpEnable();
}

 

See Also

AmpDisable

Axis Object
AmpDisable
AmpEnable
AmpEnabled

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering